projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
700fa9d
)
(struct image): New member load_failed_p.
author
Gerd Moellmann
<gerd@gnu.org>
Sat, 9 Oct 1999 19:46:41 +0000
(19:46 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Sat, 9 Oct 1999 19:46:41 +0000
(19:46 +0000)
src/dispextern.h
patch
|
blob
|
history
diff --git
a/src/dispextern.h
b/src/dispextern.h
index e27937db7a28449791d7a5d4f097317bd0901810..c7edd020f85c6ffa579ebb9135ae67be46887810 100644
(file)
--- a/
src/dispextern.h
+++ b/
src/dispextern.h
@@
-1903,6
+1903,9
@@
struct image
/* Reference to the type of the image. */
struct image_type *type;
+ /* 1 means that loading the image failed. Don't try again. */
+ unsigned load_failed_p;
+
/* A place for image types to store additional data. The member
data.lisp_val is marked during GC, so it's safe to store Lisp data
there. Image types should free this data when their `free'